Update README.md

Andrew Cantino 11 年之前
父節點
當前提交
fcc73da55e
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -36,9 +36,10 @@ Deployment right now is configured with Capistrano, Unicorn, and nginx.  You sho
36 36
 * After deploying with capistrano, SSH into your server, go to the deployment directory, and run `RAILS_ENV=production bundle exec rake db:seed` to generate your admin user.  Immediately login to your new Huginn installation with the username of `admin` and the password of `password` and change your email and password!
37 37
 * You'll need to run bin/schedule.rb and bin/twitter_stream.rb in a daemonized way.  I've just been using screen sessions, but please contribute something better!
38 38
 
39
-    RAILS_ENV=production bundle exec rails runner bin/schedule.rb
40 39
 
41
-    RAILS_ENV=production bundle exec rails runner bin/twitter_stream.rb
40
+        RAILS_ENV=production bundle exec rails runner bin/schedule.rb
41
+        RAILS_ENV=production bundle exec rails runner bin/twitter_stream.rb
42
+
42 43
 
43 44
 ### Optional Setup
44 45
 
@@ -66,4 +67,4 @@ Huginn is provided under the MIT License.
66 67
 
67 68
 ## Contribution
68 69
 
69
-Please fork, add specs, and send pull requests!
70
+Please fork, add specs, and send pull requests!